(val bool)
| 31 | func ExportSetCandidateSourceHook(fn func(string)) { candSourceHook = fn } |
| 32 | |
| 33 | func ExportSetExpandLocationHook(val bool) { expandLocationHook = val } |
| 34 | |
| 35 | func ExportBufferedConst() int { return buffered } |
| 36 |
no outgoing calls
no test coverage detected