MCPcopy Create free account
hub / github.com/Martchus/tageditor / setContent

Method setContent

cli/scriptapi.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void TagValueObject::setContent(const QJSValue &content)
360{
361 flagChange();
362 m_content = content;
363}
364
365void TagValueObject::setContentFromTagValue(const TagParser::TagValue &value)
366{

Callers 2

applyChangesMethod · 0.80
updateInfoViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected