MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / GenerateImports

Method GenerateImports

source/generator_kotlin.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void GeneratorKotlin::GenerateImports(const std::string& domain, const std::string& package)
111{
112 // Generate package name
113 WriteLine();
114 WriteLineIndent("package " + domain + package);
115}
116
117void GeneratorKotlin::GenerateImports(const std::shared_ptr<Package>& p)
118{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected