Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
valueToString
Method · 0.85
harness.js
File · 0.85
printSourceLine
Method · 0.85
cmdList
Method · 0.85
gt911_worker.js
File · 0.85
erase.js
File · 0.85
begin.js
File · 0.85
copyFunction
Function · 0.85
compare_Boolean
Function · 0.85
stepThree
Function · 0.85
timezone.js
File · 0.85
set.js
File · 0.85
Calls
2
fromString
Method · 0.80
fromArrayBuffer
Method · 0.65
Tested by
no test coverage detected