Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClashDotNetFramework/experimental-clash
/ setInterface
Method
setInterface
common/structure/structure.go:401–405 ·
view source on GitHub ↗
(name string, data interface{}, val reflect.Value)
Source
from the content-addressed store, hash-verified
399
}
400
401
func
(d *Decoder) setInterface(name string, data
interface
{}, val reflect.Value) (err error) {
402
dataVal := reflect.ValueOf(data)
403
val.Set(dataVal)
404
return
nil
405
}
Callers
1
decode
Method · 0.95
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected