MCPcopy Index your code
hub / github.com/processing/p5.js / init

Method init

src/core/internationalization.js:48–51  ·  view source on GitHub ↗
(services, options = {})

Source from the content-addressed store, hash-verified

46 }
47
48 init(services, options = {}) {
49 this.services = services;
50 this.options = options;
51 }
52
53 read(language, namespace, callback) {
54 const loadPath = this.options.loadPath;

Callers 2

constructorMethod · 0.95
initializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected