MCPcopy
hub / github.com/MauriceNino/dashdot / config.ts

File config.ts

apps/server/src/config.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Config } from '@dashdot/common';
2
3const numNull = (val: string | undefined): number | undefined => {
4 if (val === undefined || val === '') {

Callers

nothing calls this directly

Calls 5

numNullFunction · 0.85
penvFunction · 0.85
lstFunction · 0.85
kvFunction · 0.85
numlstFunction · 0.85

Tested by

no test coverage detected