MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_files_information

Method get_files_information

src/bcf/bcf/v3/bcfapi.py:311–317  ·  view source on GitHub ↗
(self, project_id: str = "")

Source from the content-addressed store, hash-verified

309 return response.status_code
310
311 def get_files_information(self, project_id: str = "") -> list[Any]:
312 return self.get(
313 f"/projects/{project_id}/files_information",
314 {
315 "project_id": project_id,
316 },
317 )
318
319 def get_files(self, project_id: str = "", topic_id: str = "") -> list[Any]:
320 return self.get(

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected