MCPcopy 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
555def get_buffer_text(view):
556 text = view.substr(Region(0, view.size()))
557 return text.strip()
558
559
560def region_to_text(view,regions):

Callers 15

removeMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected