Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ text
Function
text
graphify/extract.py:13968–13969 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
13966
})
13967
13968
def
text(node) -> str:
13969
return
source[node.start_byte:node.end_byte].decode(
"utf-8"
, errors=
"replace"
)
13970
13971
def
is_inside_expansion(node) -> bool:
13972
parent = node.parent
Callers
1
literal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected