Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
bool
403
OSLQuery::open_bytecode (string_view buffer)
404
{
405
OSOReaderQuery oso (*this);
406
bool ok = oso.parse_memory (buffer);
407
return ok;
408
}
409
410
OSL_NAMESPACE_EXIT
Callers
nothing calls this directly
Calls
1
parse_memory
Method · 0.80
Tested by
no test coverage detected