MCPcopy Create free account
hub / github.com/andylow92/file-system-like-github /

Class

apps/api/src/storage/pathResolver.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import path from 'node:path';
2
3export class StoragePathError extends Error {
4 constructor(message: string) {
5 super(message);
6 this.name = 'StoragePathError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected