Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ ds_new_config
Function
ds_new_config
libsigrok4DSL/lib_main.c:1008–1011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1006
}
1007
1008
SR_API struct sr_config *ds_new_config(int key, GVariant *data)
1009
{
1010
return sr_config_new(key, data);
1011
}
1012
1013
SR_API void ds_free_config(struct sr_config *src)
1014
{
Callers
1
new_config
Method · 0.85
Calls
1
sr_config_new
Function · 0.85
Tested by
no test coverage detected