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

Function boolPtr

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

Source from the content-addressed store, hash-verified

289func (t *BaseTool) Timeout() time.Duration {
290 seconds := t.Spec.TimeoutSeconds
291 if seconds <= 0 {
292 seconds = DefaultToolTimeoutSeconds
293 }
294 return time.Duration(seconds * float64(time.Second))

Callers 1

BoolPtrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected