MCPcopy Index your code
hub / github.com/MALSync/MALSync / coreFunctions.ts

File coreFunctions.ts

src/chibiScript/functions/core/coreFunctions.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ChibiError } from '../../ChibiErrors';
2import type { ChibiCtx } from '../../ChibiCtx';
3import type { ChibiJson, ChibiParam } from '../../ChibiGenerator';
4import { isReservedKey, type ReservedKey } from '../../ChibiRegistry';

Callers

nothing calls this directly

Calls 11

isReservedKeyFunction · 0.90
returnMethod · 0.80
isAsyncMethod · 0.80
globalGetMethod · 0.80
globalSetMethod · 0.80
addStyleMethod · 0.80
getMethod · 0.65
setMethod · 0.65
runAsyncMethod · 0.45
runMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected