Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tyaoo/picker
/ offset
Method
offset
utils.py:46–47 ·
view source on GitHub ↗
(value: str, length: int=8192)
Source
from the content-addressed store, hash-verified
44
45
@staticmethod
46
def
offset(value: str, length: int=8192):
47
return
Pattern.create(length).index(value)
48
49
50
def
popen(cmd:str) -> str:
Callers
nothing calls this directly
Calls
1
create
Method · 0.80
Tested by
no test coverage detected