MCPcopy
hub / github.com/stitionai/devika / get_first_link

Method get_first_link

src/browser/search.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 self.duck(query)
137
138 def get_first_link(self):
139 return self.query_result[0]["href"]
140
141 @staticmethod
142 def extract_vqd(html_bytes: bytes) -> str:

Callers 1

search_queriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected