MCPcopy Create free account
hub / github.com/Kitware/VTK / isStaticString

Method isStaticString

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2769–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2767const char* Value::CZString::data() const { return cstr_; }
2768unsigned Value::CZString::length() const { return storage_.length_; }
2769bool Value::CZString::isStaticString() const {
2770 return storage_.policy_ == noDuplication;
2771}
2772
2773// //////////////////////////////////////////////////////////////////
2774// //////////////////////////////////////////////////////////////////

Callers 1

keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected