MCPcopy
hub / github.com/patriksimek/vm2 / VMFileSystemInterface

Interface VMFileSystemInterface

index.d.ts:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * Custom file system which abstracts functions from node's fs and path modules.
33 */
34export interface VMFileSystemInterface extends VMFS, VMPath {
35 /** Implements (sep) => sep === path.sep */
36 isSeparator(char: string): boolean;
37}
38
39/**
40 * Implementation of a default file system.

Callers 3

pathIsRelativeMethod · 0.65
pathIsAbsoluteMethod · 0.65
isPathAllowedMethod · 0.65

Implementers 3

VMFileSystemindex.d.ts
DefaultFileSystemlib/filesystem.js
VMFileSystemlib/filesystem.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…