Unified symbol-to-docblock server command
[hiphop-php.git] / hphp / hack / src / server / serverCoverageMetricTypes.ml
blob687f4a18c574c72cf67ec6aea22d36483afa6f1a
1 (**
2 * Copyright (c) 2016, 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 (**
11 * The type result is an optional trie.
12 * The trie leaves are maps from strings of filenames to level_stats for those
13 * files.
14 * The trie nodes are leaves paired with a map from strings of directory names
15 * to another trie.
18 type result =
19 Coverage_level_defs.level_stats SMap.t Coverage_level_defs.trie option