MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / byteCount

Method byteCount

common/script/scriptargs.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125size_t ScriptArgs::byteCount(int i) const
126{
127 const int n = intAt(i);
128 if (n < 0) {
129 fail("argument %d is a size of %d bytes", i + 1, n);
130 }
131 return (size_t)n;
132}
133
134int ScriptArgs::count(int i) const
135{

Callers 5

ckpt_device_sealFunction · 0.80
ckpt_device_unsealFunction · 0.80
ckpt_sav_writeFunction · 0.80
ckpt_web_requestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected