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

Method Shared

source/core/StarDirectives.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47Directives::Shared::Shared() {}
48
49Directives::Shared::Shared(List<Entry>&& givenEntries, String&& givenString) {
50 entries = std::move(givenEntries);

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.45
utf8PtrMethod · 0.45
utf8SizeMethod · 0.45

Tested by

no test coverage detected