MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / length

Method length

json/jsoncpp.cpp:2807–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2805// const char* Value::CZString::c_str() const { return cstr_; }
2806const char* Value::CZString::data() const { return cstr_; }
2807unsigned Value::CZString::length() const { return storage_.length_; }
2808bool Value::CZString::isStaticString() const {
2809 return storage_.policy_ == noDuplication;
2810}

Callers 15

GetStringMethod · 0.45
GetInstructionOpcodeMethod · 0.45
GetExprTextMethod · 0.45
GetExprTextInternalMethod · 0.45
LengthMethod · 0.45
LengthMethod · 0.45
SerializeFunction · 0.45
ParseSymbolTableMethod · 0.45
AdjustCallTypeMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected