MCPcopy Create free account
hub / github.com/OpenBoardView/OpenBoardView / SetFilename

Method SetFilename

src/openboardview/Annotations.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "Annotations.h"
6
7void Annotations::SetFilename(const std::string &f) {
8 filename = f;
9}
10
11bool Annotations::Init() {
12 static const char sql_table_create[] =

Callers 1

LoadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected