MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / printImageOperations

Function printImageOperations

source/core/StarImageProcessing.cpp:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339String printImageOperations(List<ImageOperation> const& list) {
340 return StringList(list.transformed(imageOperationToString)).join("?");
341}
342
343void addImageOperationReferences(ImageOperation const& operation, StringList& out) {
344 if (auto op = operation.ptr<AlphaMaskImageOperation>())

Callers

nothing calls this directly

Calls 3

StringListClass · 0.85
joinMethod · 0.45
transformedMethod · 0.45

Tested by

no test coverage detected