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

Method toJSON

src/types/generated/google/protobuf/timestamp.ts:184–184  ·  view source on GitHub ↗
(message: T)

Source from the content-addressed store, hash-verified

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
187}

Callers 3

toJSONFunction · 0.65
toJSONFunction · 0.65
transformLogsToEventsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected