MCPcopy Create free account
hub / github.com/Tracktion/choc / Pimpl

Method Pimpl

choc/javascript/choc_javascript.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230struct Context::Pimpl
231{
232 Pimpl() = default;
233 virtual ~Pimpl() = default;
234
235 virtual void registerFunction (const std::string&, NativeFunction) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected