MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / script.test.ts

File script.test.ts

src/pkg/utils/script.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from "vitest";
2import { parseMetadata, parseScriptFromCode } from "./script";
3import { getMetadataStr, getUserConfigStr } from "./utils";
4import { parseUserConfig } from "./yaml";

Callers

nothing calls this directly

Calls 5

parseMetadataFunction · 0.90
getMetadataStrFunction · 0.90
getUserConfigStrFunction · 0.90
parseUserConfigFunction · 0.90
parseScriptFromCodeFunction · 0.90

Tested by

no test coverage detected