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

Method scope

src/include/osl_pvt.h:447–447  ·  view source on GitHub ↗

The scope number where this struct was defined.

Source from the content-addressed store, hash-verified

445 /// The scope number where this struct was defined.
446 ///
447 int scope () const { return m_scope; }
448
449 /// Number of fields in the struct.
450 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected