Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ getBytesCopy
Function
getBytesCopy
lib.esm/utils/data.js:43–45 ·
view source on GitHub ↗
(value, name)
Source
from the content-addressed store, hash-verified
41
* @see: getBytes
42
*/
43
export
function
getBytesCopy(value, name) {
44
return
_getBytes(value, name, true);
45
}
46
/**
47
* Returns true
if
%%value%% is a valid [[HexString]].
48
*
Callers
15
sign
Method · 0.90
computeSharedSecret
Method · 0.90
recoverPublicKey
Method · 0.90
decodeBase64
Function · 0.90
looseArrayify
Function · 0.90
getPassword
Function · 0.90
decodeFunctionResult
Method · 0.90
encode
Method · 0.90
getValue
Function · 0.90
appendWriter
Method · 0.90
writeBytes
Method · 0.90
constructor
Method · 0.90
Calls
1
_getBytes
Function · 0.70
Tested by
no test coverage detected