MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / realPathForSymbolicLink

Function realPathForSymbolicLink

src/lib/file-util.ts:30–31  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

28 (await lstat(path)).isSymbolicLink()
29
30export const realPathForSymbolicLink = async (path: string): Promise<string> =>
31 await realpath(path)
32
33export const findYAMLFilename = async (baseName: string): Promise<string | false> => {
34 let retVal = `${baseName}.yaml`

Callers 2

walkDirFunction · 0.85
file-util.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected