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

Function ParseConfigBytes

sdk/config/config.go:43–43  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

41}
42
43func ParseConfigBytes(data []byte) (*Config, error) { return internalconfig.ParseConfigBytes(data) }
44
45func SaveConfigPreserveComments(configFile string, cfg *Config) error {
46 return internalconfig.SaveConfigPreserveComments(configFile, cfg)

Callers 1

startHomeSubscriberMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected