Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebODM/WebODM
/ __init__
Method
__init__
app/classes/gcp.py:8–12 ·
view source on GitHub ↗
(self, gcp_path)
Source
from the content-addressed store, hash-verified
6
7
class
GCPFile:
8
def
__init__(self, gcp_path):
9
self.gcp_path = gcp_path
10
self.entries = []
11
self.raw_srs =
""
12
self.read()
13
14
def
read(self):
15
if
self.exists():
Callers
nothing calls this directly
Calls
1
read
Method · 0.95
Tested by
no test coverage detected