MCPcopy 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 */
43export function getBytesCopy(value, name) {
44 return _getBytes(value, name, true);
45}
46/**
47 * Returns true if %%value%% is a valid [[HexString]].
48 *

Callers 15

signMethod · 0.90
computeSharedSecretMethod · 0.90
recoverPublicKeyMethod · 0.90
decodeBase64Function · 0.90
looseArrayifyFunction · 0.90
getPasswordFunction · 0.90
decodeFunctionResultMethod · 0.90
encodeMethod · 0.90
getValueFunction · 0.90
appendWriterMethod · 0.90
writeBytesMethod · 0.90
constructorMethod · 0.90

Calls 1

_getBytesFunction · 0.70

Tested by

no test coverage detected