Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

constant functions for Solidity not documented #19

Closed
aakilfernandes opened this issue Aug 15, 2015 · 5 comments
Closed

constant functions for Solidity not documented #19

aakilfernandes opened this issue Aug 15, 2015 · 5 comments

Comments

@aakilfernandes
Copy link
Contributor

No description provided.

@aakilfernandes aakilfernandes changed the title constant functions not documented constant functions for Solidity not documented Aug 15, 2015
@chriseth
Copy link
Contributor

@aakilfernandes
Copy link
Contributor Author

They are documented for state variables, not functions

@JeffreyBPetersen
Copy link
Contributor

There doesn't look to be any easily accessible and thorough documentation on them at the moment. http://solidity.readthedocs.io/en/latest/frequently-asked-questions.html#what-is-the-difference-between-a-function-marked-constant-and-one-that-is-not is the most I could find with some quick searching around.

@chriseth
Copy link
Contributor

chriseth commented Jun 1, 2016

It's both there: http://solidity.readthedocs.io/en/latest/miscellaneous.html#modifiers

And it more or less says that it is currently ignored for functions.

@JeffreyBPetersen
Copy link
Contributor

Ah, thank you. This issue thread came up while searching so that makes the details a lot easier to find now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants