MCPcopy 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

ParseMaterialDefMethod · 0.80
LoadModelPropsMethod · 0.80

Calls 3

StringViewClass · 0.85
EndsWithMethod · 0.45
IndexOfMethod · 0.45

Tested by

no test coverage detected