MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / GetConfigMap

Method GetConfigMap

user/config/config_module.go:998–1006  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

996}
997
998func (this *ModuleConfig) GetConfigMap() ConfigMap {
999 config := ConfigMap{}
1000 config.stackplz_pid = this.SelfPid
1001 if len(this.TNameWhitelist) > 0 {
1002 config.thread_whitelist = 1
1003 }
1004 this.logger.Printf("ConfigMap{stackplz_pid=%d,thread_whitelist=%d}", config.stackplz_pid, config.thread_whitelist)
1005 return config
1006}
1007
1008func (this *ModuleConfig) DumpOpen(dump_name string) {
1009 if dump_name == "" {

Callers 2

update_base_configMethod · 0.80
update_base_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected