MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / String

Function String

modules/network/ble/btutils.js:59–61  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

57 return new Uint8Array(value).buffer;
58 },
59 String(value) {
60 return ArrayBuffer.fromString(value);
61 },
62 Uint8(value) {
63 return Uint8Array.of(value & 0xFF).buffer;
64 },

Callers 15

valueToStringMethod · 0.85
harness.jsFile · 0.85
printSourceLineMethod · 0.85
cmdListMethod · 0.85
gt911_worker.jsFile · 0.85
erase.jsFile · 0.85
begin.jsFile · 0.85
copyFunctionFunction · 0.85
compare_BooleanFunction · 0.85
stepThreeFunction · 0.85
timezone.jsFile · 0.85
set.jsFile · 0.85

Calls 2

fromStringMethod · 0.80
fromArrayBufferMethod · 0.65

Tested by

no test coverage detected