Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isSet
Function
isSet
src/types/generated/google/protobuf/timestamp.ts:178–180 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
176
}
177
178
function
isSet(value: any): boolean {
179
return
value !== null && value !== undefined
180
}
181
182
interface
MessageFns<T> {
183
fromJSON(object: any): T
Callers
1
fromJSON
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected