Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewReadFileTool
Function · 0.85
NewWriteFileTool
Function · 0.85
NewEditFileTool
Function · 0.85
NewNotebookEditTool
Function · 0.85
NewGrepSearchTool
Function · 0.85
NewGlobMatchTool
Function · 0.85
NewBashTool
Function · 0.85
NewToolSearchTool
Function · 0.85
NewMCPDynamicTool
Function · 0.85
NewListMCPResourcesTool
Function · 0.85
NewReadMCPResourceTool
Function · 0.85
Calls
1
boolPtr
Function · 0.85
Tested by
no test coverage detected