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

File unstable_open_test.ts

fs/unstable_open_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 { assertEquals, assertRejects, assertThrows } from "@std/assert";
4import { AlreadyExists, NotFound } from "./unstable_errors.js";

Callers

nothing calls this directly

Calls 15

makeTempDirFunction · 0.90
assertRejectsFunction · 0.90
openFunction · 0.90
removeFunction · 0.90
assertEqualsFunction · 0.90
makeTempDirSyncFunction · 0.90
makeTempFileFunction · 0.90
assertThrowsFunction · 0.90
openSyncFunction · 0.90
removeSyncFunction · 0.90
makeTempFileSyncFunction · 0.90
umaskFunction · 0.85

Tested by

no test coverage detected