Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assimp/assimp
/ StringContents
Method
StringContents
code/AssetLib/FBX/FBXTokenizer.h:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
public:
102
std::string StringContents() const {
103
return std::string(begin(),end());
104
}
105
106
bool IsBinary() const {
107
return column == BINARY_MARKER;
Callers
5
CameraSwitcher
Method · 0.80
ReadTypedProperty
Function · 0.80
PeekPropertyName
Function · 0.80
Scope
Method · 0.80
Model
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected