MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / defaultPluginLoader

Function defaultPluginLoader

internal/pluginhost/loader_unix.go:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func defaultPluginLoader() pluginLoader {
108 return dynamicLibraryLoader{}
109}
110
111func (dynamicLibraryLoader) Open(file pluginFile, host *Host) (pluginClient, error) {
112 cPath := C.CString(file.Path)

Callers 1

NewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected