MCPcopy Create free account
hub / github.com/Cutta/TagView / addTag

Method addTag

library/src/main/java/com/cunoraz/tagview/TagView.java:308–312  ·  view source on GitHub ↗

@param tag

(Tag tag)

Source from the content-addressed store, hash-verified

306 * @param tag
307 */
308 public void addTag(Tag tag) {
309
310 mTags.add(tag);
311 drawTags();
312 }
313
314 public void addTags(List<Tag> tags) {
315 if (tags == null) return;

Callers 1

addTagsMethod · 0.95

Calls 1

drawTagsMethod · 0.95

Tested by

no test coverage detected