Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ isTruthy
Function
isTruthy
agent/normalize.go:376–379 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
374
}
375
376
func
isTruthy(v any) bool {
377
b, ok := v.(bool)
378
return
ok && b
379
}
Callers
3
BuildFollowupRecallQuery
Function · 0.85
FilterVirtualMessages
Function · 0.85
ShouldTriggerFollowupRecall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected