Versions in this module Expand all Collapse all v0 v0.4.0 May 17, 2025 Changes in this version type Conf + func GetConfByByte(data []byte) (Conf, error) v0.3.1 May 7, 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(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