Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/chasingboy/Xtools
/ get_buffer_text
Function
get_buffer_text
xtools.py:555–557 ·
view source on GitHub ↗
(view)
Source
from the content-addressed store, hash-verified
553
# Function lib
554
555
def
get_buffer_text(view):
556
text = view.substr(Region(0, view.size()))
557
return
text.strip()
558
559
560
def
region_to_text(view,regions):
Callers
15
remove
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected