MCPcopy
hub / github.com/yume-chan/ya-webadb / parse

Method parse

libraries/android-bin/src/string-format.ts:20–20  ·  view source on GitHub ↗
(reader: Reader)

Source from the content-addressed store, hash-verified

18
19export interface Format<T> {
20 parse(reader: Reader): T;
21 stringify(value: T): string;
22}
23

Callers 10

#parseDeviceMessagesMethod · 0.65
getMethod · 0.65
parseFunction · 0.65
stringifyFunction · 0.65
banner.spec.tsFile · 0.65
constructorMethod · 0.65
index.mjsFile · 0.65
index.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected