MCPcopy
hub / github.com/google/closure-compiler / of

Method of

src/com/google/javascript/jscomp/bundle/Source.java:149–149  ·  view source on GitHub ↗
(Function<Source, Source> function)

Source from the content-addressed store, hash-verified

147 Source transform(Source input);
148
149 static Transformer of(Function<Source, Source> function) {
150 return function::apply;
151 }
152

Calls

no outgoing calls