MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / BoolPtr

Function BoolPtr

tools/base.go:293–293  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

291 if seconds <= 0 {
292 seconds = DefaultToolTimeoutSeconds
293 }
294 return time.Duration(seconds * float64(time.Second))
295}
296

Callers 11

NewReadFileToolFunction · 0.85
NewWriteFileToolFunction · 0.85
NewEditFileToolFunction · 0.85
NewNotebookEditToolFunction · 0.85
NewGrepSearchToolFunction · 0.85
NewGlobMatchToolFunction · 0.85
NewBashToolFunction · 0.85
NewToolSearchToolFunction · 0.85
NewMCPDynamicToolFunction · 0.85
NewListMCPResourcesToolFunction · 0.85
NewReadMCPResourceToolFunction · 0.85

Calls 1

boolPtrFunction · 0.85

Tested by

no test coverage detected