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

Method name

source/base/StarMemoryAssetSource.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8MemoryAssetSource::MemoryAssetSource(String const& name, JsonObject metadata) : m_name(name), m_metadata(metadata) {}
9
10String MemoryAssetSource::name() const {
11 return m_name;
12}
13
14JsonObject MemoryAssetSource::metadata() const {
15 return m_metadata;

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected