Unified symbol-to-docblock server command
[hiphop-php.git] / hphp / hack / src / server / serverColorFile.ml
blob4a93b61f91f472ad5419525583813f39d9a338f2
1 (**
2 * Copyright (c) 2015, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the "hack" directory of this source tree.
8 *)
10 let go tcopt naming_table f_in =
11 let check, tast = ServerIdeUtils.check_file_input
12 tcopt naming_table f_in in
13 Coverage_level.get_levels tast check