Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ nilIfEmpty
Function
nilIfEmpty
agent/task_runtime.go:981–986 ·
view source on GitHub ↗
(value string)
Source
from the content-addressed store, hash-verified
979
}
980
981
func
nilIfEmpty(value string) any {
982
if
value ==
""
{
983
return
nil
984
}
985
return
value
986
}
987
988
func
stringSliceFromAny(v any) []string {
989
switch
values := v.(
type
) {
Callers
1
ToMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected