MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / getBytesCopy

Function getBytesCopy

src.ts/utils/data.ts:65–67  ·  view source on GitHub ↗
(value: BytesLike, name?: string)

Source from the content-addressed store, hash-verified

63 * @see: getBytes
64 */
65export function getBytesCopy(value: BytesLike, name?: string): Uint8Array {
66 return _getBytes(value, name, true);
67}
68
69
70/**

Callers

nothing calls this directly

Calls 1

_getBytesFunction · 0.70

Tested by

no test coverage detected