isHiddenFunction returns true for internal functions that are callable but should not clutter .help output: the synthetic "with" constructor mechanism.
(name string)
| 457 | // but should not clutter .help output: the synthetic "with" constructor |
| 458 | // mechanism. |
| 459 | func isHiddenFunction(name string) bool { |
| 460 | return name == "with" |
| 461 | } |
no outgoing calls
no test coverage detected