MCPcopy Create free account
hub / github.com/LFYSec/MScan / of

Method of

src/main/java/pascal/taie/util/graph/DotAttributes.java:110–112  ·  view source on GitHub ↗

@return a DotAttributes containing attributes specified by input.

(String... input)

Source from the content-addressed store, hash-verified

108 * @return a {@link DotAttributes} containing attributes specified by input.
109 */
110 public static DotAttributes of(String... input) {
111 return input.length == 0 ? EMPTY : EMPTY.add(input);
112 }
113
114 @Override
115 public String toString() {

Callers 7

FlowGraphDumperClass · 0.95
dumpICFGMethod · 0.95
dumpCallGraphMethod · 0.95
dumpDotFileMethod · 0.95
nodeAttributerMethod · 0.95
edgeAttributerMethod · 0.95
DotDumperClass · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected