Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ TestFindMethodInstance
Function
TestFindMethodInstance
internal/encrypt/method_utils_test.go:5–8 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
3
import
"testing"
4
5
func
TestFindMethodInstance(t *testing.T) {
6
t.Log(NewMethodInstance(
"a"
,
"b"
,
""
))
7
t.Log(NewMethodInstance(
"aes-256-cfb"
,
"123456"
,
""
))
8
}
Callers
nothing calls this directly
Calls
2
NewMethodInstance
Function · 0.85
Log
Method · 0.80
Tested by
no test coverage detected