Searched refs:getLiteralStringPropertyValue (Results 1 – 1 of 1) sorted by relevance
730 if name, ok := getLiteralStringPropertyValue(mod, "name"); ok {1141 s, found := getLiteralStringPropertyValue(mod, name)1179 func getLiteralStringPropertyValue(mod *parser.Module, name string) (s string, found bool) { func