| 263 | return addMetaToChallenge(fixChallengeProperties(challenge), meta); |
| 264 | } |
| 265 | export class BlockCreator { |
| 266 | /** |
| 267 | * @param {object} options - Options object |
| 268 | * @param {string} options.blockContentDir - Directory containing block content files |
nothing calls this directly
no outgoing calls
no test coverage detected