Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ svelte_parser
Function
svelte_parser
tests/unit/parsers/test_sfc_parsers.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
@pytest.fixture(scope=
"module"
)
31
def
svelte_parser():
32
return
SvelteTreeSitterParser(_make_wrapper(
"svelte"
))
33
34
35
@pytest.fixture(scope=
"module"
)
Callers
nothing calls this directly
Calls
2
SvelteTreeSitterParser
Class · 0.90
_make_wrapper
Function · 0.85
Tested by
no test coverage detected