MCPcopy Create free account
hub / github.com/cloudflare/computer / capability.test.ts

File capability.test.ts

packages/computer/src/runtime/capability.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from "vitest";
2import { assertRuntimeValue, WorkspaceRuntimeCapability } from "./capability.js";
3import type { WorkspaceRuntimeFilesystem } from "./types.js";
4

Callers

nothing calls this directly

Calls 12

fakeFsFunction · 0.85
assertRuntimeValueFunction · 0.85
resolveMethod · 0.80
writeFileNodeMethod · 0.80
writeFileMethod · 0.65
mkdirMethod · 0.65
rmMethod · 0.65
chmodMethod · 0.65
symlinkMethod · 0.65
readFileMethod · 0.65
readdirMethod · 0.65
readdirWithFileTypesMethod · 0.45

Tested by

no test coverage detected