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

Function SupportPluginHeaderValue

internal/pluginhost/support.go:4–6  ·  view source on GitHub ↗

SupportPluginHeaderValue reports whether the current binary was built with CGO enabled.

()

Source from the content-addressed store, hash-verified

2
3// SupportPluginHeaderValue reports whether the current binary was built with CGO enabled.
4func SupportPluginHeaderValue() string {
5 return supportPluginValue
6}

Calls

no outgoing calls