MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenShadingLanguage / open_bytecode

Method open_bytecode

src/liboslquery/oslquery.cpp:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402bool
403OSLQuery::open_bytecode (string_view buffer)
404{
405 OSOReaderQuery oso (*this);
406 bool ok = oso.parse_memory (buffer);
407 return ok;
408}
409
410OSL_NAMESPACE_EXIT

Callers

nothing calls this directly

Calls 1

parse_memoryMethod · 0.80

Tested by

no test coverage detected