Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ IsTheEmptyString
Method
IsTheEmptyString
Libs/flatbuffers/flexbuffers.h:253–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
return String(reinterpret_cast<const uint8_t *>(empty_string), 1, 0);
252
}
253
bool IsTheEmptyString() const { return data_ == EmptyString().data_; }
254
};
255
256
class Blob : public Sized {
Callers
1
MutateString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected