MCPcopy
hub / github.com/prometheus/client_js / get

Function get

index.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 configurable: false,
12 enumerable: true,
13 get() {
14 return exports.register.contentType;
15 },
16 set(value) {
17 exports.register.setContentType(value);
18 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected