Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yume-chan/ya-webadb
/ addStringExtra
Method
addStringExtra
libraries/android-bin/src/intent.ts:35–38 ·
view source on GitHub ↗
(key: string, value: string)
Source
from the content-addressed store, hash-verified
33
}
34
35
addStringExtra(key: string, value: string): this {
36
this.#stringExtras.set(key, value);
37
return
this;
38
}
39
40
build(): string[] {
41
const
result: string[] = [];
Callers
1
intent.spec.ts
File · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected