Unified symbol-to-docblock server command
[hiphop-php.git] / hphp / hack / src / server / serverDynamicView.ml
blob0e96c41e4ce409b0740c35ee59a3cbd186025839
1 (**
2 * Copyright (c) 2018, 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 *)
9 let toggle : bool ref = ref false
11 let dynamic_view_on () : bool = !toggle