MCPcopy Create free account
hub / github.com/denoland/std / unstable_remove_test.ts

File unstable_remove_test.ts

fs/unstable_remove_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2
3import { assert, assertRejects, assertThrows } from "@std/assert";
4import { rmSync, writeFileSync } from "node:fs";

Callers

nothing calls this directly

Calls 15

makeTempDirFunction · 0.90
statFunction · 0.90
assertFunction · 0.90
removeFunction · 0.90
assertRejectsFunction · 0.90
makeTempDirSyncFunction · 0.90
statSyncFunction · 0.90
removeSyncFunction · 0.90
assertThrowsFunction · 0.90
checkExistsFunction · 0.85
writeFileFunction · 0.85
checkExistsSyncFunction · 0.85

Tested by

no test coverage detected