MCPcopy 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

3import "testing"
4
5func 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

NewMethodInstanceFunction · 0.85
LogMethod · 0.80

Tested by

no test coverage detected