MCPcopy Create free account
hub / github.com/gotenberg/gotenberg / WorkingDirPath

Method WorkingDirPath

pkg/gotenberg/fs.go:64–66  ·  view source on GitHub ↗

WorkingDirPath constructs and returns the full path to the working directory inside the system's temporary directory.

()

Source from the content-addressed store, hash-verified

62// WorkingDirPath constructs and returns the full path to the working directory
63// inside the system's temporary directory.
64func (fs *FileSystem) WorkingDirPath() string {
65 return fmt.Sprintf("%s/%s", os.TempDir(), fs.workingDir)
66}
67
68// NewDirPath generates a new unique path for a directory inside the working
69// directory.

Callers 1

NewDirPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected