| 5 | ) |
| 6 | |
| 7 | type WlDataDeviceManagerImpl struct{} |
| 8 | |
| 9 | func (w *WlDataDeviceManagerImpl) WlDataDeviceManager_create_data_source(s protocols.ClientState, _object_id protocols.ObjectID[protocols.WlDataDeviceManager], id protocols.ObjectID[protocols.WlDataSource]) { |
| 10 | s.AddObject(protocols.AnyObjectID(id), MakeWlDataSource()) |
nothing calls this directly
no outgoing calls
no test coverage detected