MCPcopy Create free account
hub / github.com/microsoft/typescript-go / GetDirectoryPath

Method GetDirectoryPath

internal/tspath/path.go:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265func (p Path) GetDirectoryPath() Path {
266 return Path(GetDirectoryPath(string(p)))
267}
268
269func GetPathFromPathComponents(pathComponents []string) string {
270 if len(pathComponents) == 0 {

Calls 3

GetDirectoryPathFunction · 0.85
PathTypeAlias · 0.70
stringEnum · 0.50

Tested by

no test coverage detected