(rule: str, selector: str = "")
| 124 | |
| 125 | @server.tool() |
| 126 | def ifc_quantify(rule: str, selector: str = "") -> dict[str, Any]: |
| 127 | return session.ifc_quantify(rule=rule, selector=selector) |
| 128 | |
| 129 | # ---- Shape builder ---- |
| 130 | @server.tool() |
nothing calls this directly
no test coverage detected