MCPcopy Create free account
hub / github.com/X-Profiler/xprofiler / config

Function config

configuration.js:5–7  ·  view source on GitHub ↗
(name, env, format, value, rules = [])

Source from the content-addressed store, hash-verified

3const os = require('os');
4
5function config(name, env, format, value, rules = []) {
6 return { name, env, format, value, rules, };
7}
8
9function xprofctl(configurable, describe, choices) {
10 return { configurable, describe, choices, };

Callers 1

configuration.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected