MCPcopy 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
178function isSet(value: any): boolean {
179 return value !== null && value !== undefined
180}
181
182interface MessageFns<T> {
183 fromJSON(object: any): T

Callers 1

fromJSONFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected