Home
last modified time | relevance | path

Searched refs:parentGraphId (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DUsingsGraph.cs156 public static string MakeGraphId(string parentGraphId, string prefix, string path) in MakeGraphId() argument
161 return parentGraphId + prefix + path; in MakeGraphId()