Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ getStringDefault
Function
getStringDefault
api/client.go:1317–1323 ·
view source on GitHub ↗
(m map[string]any, key string, fallback string)
Source
from the content-addressed store, hash-verified
1315
return
nil, false
1316
1317
default:
1318
return
nil, false
1319
}
1320
}
1321
1322
if
!sawToolResult {
1323
return
nil, false
1324
}
1325
1326
return
&consumeResult{
Callers
1
convertAnthropicMessagesToOpenAI
Function · 0.85
Calls
1
getString
Function · 0.85
Tested by
no test coverage detected