MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getVolumeName

Method getVolumeName

worker/src/utils/isolated-volume.ts:490–492  ·  view source on GitHub ↗

* Returns the volume name (useful for debugging/logging).

()

Source from the content-addressed store, hash-verified

488 * Returns the volume name (useful for debugging/logging).
489 */
490 getVolumeName(): string | undefined {
491 return this.volumeName;
492 }
493}
494
495/**

Callers 5

executeFunction · 0.95
executeFunction · 0.95
executeFunction · 0.80
listVolumeFilesFunction · 0.80
setVolumeOwnershipFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected