MCPcopy Create free account
hub / github.com/cst/cst / _acceptPlugins

Method _acceptPlugins

src/elements/types/Program.js:27–29  ·  view source on GitHub ↗
(plugins: {[key: string]: BasePlugin})

Source from the content-addressed store, hash-verified

25 plugins: {[key: string]: BasePlugin};
26
27 _acceptPlugins(plugins: {[key: string]: BasePlugin}) {
28 this.plugins = plugins;
29 }
30
31 _acceptChildren(children: ElementAssert) {
32 if (children.isToken('Hashbang')) {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected