MCPcopy
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.tsFile · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected