MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Publish

Method Publish

Source/CodeEntry.cpp:1002–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002void CodeEntry::Publish()
1003{
1004 mPublishedString = mString;
1005 mLastPublishTime = gTime;
1006 mLastPublishedLineStart = 0;
1007 mLastPublishedLineEnd = (int)GetLines(true).size();
1008 OnCodeUpdated();
1009}
1010
1011void CodeEntry::Undo()
1012{

Callers 2

PollMethod · 0.80
ButtonClickedMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected