Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ secondsDuration
Function
secondsDuration
agentContext/builder.go:291–293 ·
view source on GitHub ↗
(seconds float32)
Source
from the content-addressed store, hash-verified
289
lines = append(lines,
" "
+commitLine)
290
}
291
}
292
}
293
}
294
if
output, ok := runGitCommand(cwd, secondsDuration(timeout),
"status"
,
"--short"
); ok {
295
output = strings.TrimSpace(output)
296
if
output !=
""
{
Callers
1
GetGitContext
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected