Versions in this module Expand all Collapse all v0 v0.5.1 Jun 4, 2025 v0.5.0 May 23, 2025 Changes in this version + func GetBoolItem(obj *cjson.JSON, key string) bool + func GetString(obj *cjson.JSON) (value string) + func GetStringArrayItem(obj *cjson.JSON, key string) (value []string) + func GetStringItem(obj *cjson.JSON, key string, defval string) (value string) + func GetStringMapItem(obj *cjson.JSON, key string) map[string]string + func ParseBytes(value []byte) *cjson.JSON + type Conf struct + func GetConf(useStdin bool, cfgFile string) (conf Conf, err error) + func GetConfByByte(data []byte) (Conf, error) + type PkgHfilesInfo struct + Impls []string + Inters []string + Thirds []string + func PkgHfileInfo(conf *llcppg.Config, args []string) *PkgHfilesInfo + func (p *PkgHfilesInfo) CurPkgFiles() []string