Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetStringView
Method
GetStringView
BeefySysLib/gfx/glTF.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
StringView GetStringView(const Node& node)
192
{
193
return StringView(mStart + node.mStart, node.mEnd - node.mStart);
194
}
195
196
StringView GetStringView(const Node& node, StringView& prefix)
197
{
Callers
2
ParseMaterialDef
Method · 0.80
LoadModelProps
Method · 0.80
Calls
3
StringView
Class · 0.85
EndsWith
Method · 0.45
IndexOf
Method · 0.45
Tested by
no test coverage detected