MCPcopy Create free account
hub / github.com/code100x/daily-code / handleRemoveOption

Function handleRemoveOption

apps/web/components/mcq/EditMCQ.tsx:30–32  ·  view source on GitHub ↗
(option: string)

Source from the content-addressed store, hash-verified

28 }
29
30 function handleRemoveOption(option: string) {
31 setOptions(options.filter((o) => o !== option));
32 }
33
34 function handleUpdate() {
35 const asyncUpdate = async () => {

Callers 1

EditMCQFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected