Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
export
interface
Format<T> {
20
parse(reader: Reader): T;
21
stringify(value: T): string;
22
}
23
24
type
UnionResult<T extends readonly Format<unknown>[]> = Exclude<
Callers
6
set
Method · 0.80
stringify
Function · 0.80
string-format.ts
File · 0.80
toScrcpyOptionValue
Function · 0.80
index.mjs
File · 0.80
version.mjs
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected