Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unbug/codelf
/ SearchFor
Function
SearchFor
Mdnsearch.py:20–22 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
18
19
20
def
SearchFor(text):
21
url =
'https://unbug.github.io/codelf/#'
+ quote(text)
22
webbrowser.open_new_tab(url)
23
24
25
class
CodelfFromInputCommand(sublime_plugin.WindowCommand):
Callers
2
on_done
Method · 0.85
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected