Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
308
def
tern_projectFilePath(path):
309
return
os.path.join(tern_projectDir(), path)
310
311
def
tern_refs():
312
data = tern_runCommand(
"refs"
, fragments=False)
Callers
3
tern_lookupDefinition
Function · 0.85
tern_refs
Function · 0.85
tern_rename
Function · 0.85
Calls
1
tern_projectDir
Function · 0.85
Tested by
no test coverage detected