MCPcopy
hub / github.com/commaai/openpilot / direct_source

Function direct_source

tools/lib/logreader.py:145–146  ·  view source on GitHub ↗
(file_or_url: str)

Source from the content-addressed store, hash-verified

143
144
145def direct_source(file_or_url: str) -> list[str]:
146 return [file_or_url]
147
148
149# TODO this should apply to camera files as well

Callers 1

_parse_identifierMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected