Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daodst/chat
/ isNullValue
Function
isNullValue
server/topic.go:1092–1099 ·
view source on GitHub ↗
(i interface{})
Source
from the content-addressed store, hash-verified
1090
}
1091
1092
func
isNullValue(i
interface
{}) bool {
1093
// Del control character
1094
const
CLEAR_VALUE =
"\u2421"
1095
if
str, ok := i.(string); ok {
1096
return
str == CLEAR_VALUE
1097
}
1098
return
false
1099
}
Callers
1
replySetInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected