| 5 | type AnyObjectID = ObjectID[any] |
| 6 | |
| 7 | type OnBindable interface { |
| 8 | OnBind(s ClientState, name AnyObjectID, interface_ string, new_id AnyObjectID, version_number uint32) |
| 9 | } |
| 10 | |
| 11 | type HasBindable interface { |
| 12 | GetBindable() OnBindable |
no outgoing calls
no test coverage detected