MCPcopy
hub / github.com/ternjs/tern_for_vim / tern_projectFilePath

Function tern_projectFilePath

script/tern.py:308–309  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

306 vim.command("echo 'no definition found'")
307
308def tern_projectFilePath(path):
309 return os.path.join(tern_projectDir(), path)
310
311def tern_refs():
312 data = tern_runCommand("refs", fragments=False)

Callers 3

tern_lookupDefinitionFunction · 0.85
tern_refsFunction · 0.85
tern_renameFunction · 0.85

Calls 1

tern_projectDirFunction · 0.85

Tested by

no test coverage detected