MCPcopy Create free account
hub / github.com/codeaashu/claude-code / fromJSON

Method fromJSON

src/types/generated/google/protobuf/timestamp.ts:183–183  ·  view source on GitHub ↗
(object: any)

Source from the content-addressed store, hash-verified

181
182interface MessageFns<T> {
183 fromJSON(object: any): T
184 toJSON(message: T): unknown
185 create<I extends Exact<DeepPartial<T>, I>>(base?: I): T
186 fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T

Callers 4

fromJSONFunction · 0.65
fromJsonTimestampFunction · 0.65
fromJSONFunction · 0.65
fromJsonTimestampFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected