MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / options_response

Method options_response

contributed/modClock/styles.js:129–133  ·  view source on GitHub ↗
(kv)

Source from the content-addressed store, hash-verified

127 }
128
129 options_response(kv) {
130 this._base_options_response(kv);
131 if (undefined !== this._options_response)
132 this._options_response(kv);
133 }
134
135 options_html() {
136 let body = "";

Callers 1

configServerMethod · 0.80

Calls 2

_options_responseMethod · 0.45

Tested by

no test coverage detected