MCPcopy Create free account
hub / github.com/Tracktion/choc / getHandleForString

Method getHandleForString

choc/containers/choc_Value.h:2529–2529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2527 {
2528 SerialisedStringDictionary (const void* d, size_t s) : start (static_cast<const char*> (d)), size (s) {}
2529 Handle getHandleForString (std::string_view) override { CHOC_ASSERT (false); return {}; }
2530
2531 std::string_view getStringForHandle (Handle handle) const override
2532 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected