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

Method stringify

libraries/android-bin/src/string-format.ts:21–21  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

19export interface Format<T> {
20 parse(reader: Reader): T;
21 stringify(value: T): string;
22}
23
24type UnionResult<T extends readonly Format<unknown>[]> = Exclude<

Callers 6

setMethod · 0.80
stringifyFunction · 0.80
string-format.tsFile · 0.80
toScrcpyOptionValueFunction · 0.80
index.mjsFile · 0.80
version.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected